GUI Use Case - Analyze a Simple Code Project built using an Executable Script on Linux
A user has a simple code project on a standard developer Linux installation, with the GCC compiler suite and associated standard development tools. The project consists of a few source code files, arranged in a directory structure.
The user currently builds this code project by running the make command on the command line, where the Makefile contents are as shown below:
This simple situation is easily turned into a Helix QAC project. When a user wishes to apply the Helix QAC software to a code project, the procedure is conducted in two steps; creating a new Helix QAC project, and then informing the Helix QAC software of the files to be analyzed (this is done by building the code project as the Helix QAC software observes the process). The result is that you have an empty Helix QAC project, which must then be populated with the relevant files.